<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.home-slide {
    margin-bottom: 100px;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.title h3 {
    line-height: 30px;
    font-size: 24px;
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 500;
}

.title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title h2 span {
    line-height: 40px;
    position: relative;
    padding: 0 20px;
    font-size: 30px;
    color: #000;
}

.title h2 span::before {
    content: "";
    width: 66px;
    float: left;
    height: 1px;
    background: #000;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.title h2 span::after {
    content: "";
    width: 66px;
    float: left;
    height: 1px;
    background: #000;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.home-product {
    margin-bottom: 100px;
}

.home-product .h-product .h-sidebar {
    border: 3px solid #0D77E5;
}

.home-product .h-product .h-sidebar .h-sidebar-title {
    background-color: #0D77E5;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.home-product .h-product .h-sidebar .h-sidebar-title p {
    margin: 0;
}

.home-product .h-product .h-sidebar .h-sidebar-title p:nth-child(1) {
    font-size: 28px;
    font-weight: 700;
}

.home-product .h-product .h-sidebar .h-sidebar-title p:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.home-product .h-product .h-sidebar ul {
    margin: 0;
    padding: 10px;
}

.home-product .h-product .h-sidebar ul li a {
    display: block;
    background-color: #eee;
    line-height: 3;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 25px;
}

.home-product .h-product .h-sidebar ul li a:hover {
    background-color: #0D77E5;
    color: #fff;
}

.home-product .h-product .h-sidebar ul li:last-child a {
    margin-bottom: 0;
}

.home-product .h-product .h-sidebar .h-contact {
    background-color: #0D77E5;
    color: #fff;
    font-size: 15px;
    padding: 15px;
}

.home-product .h-product .h-sidebar .h-contact p {
    margin: 0;
    line-height: 2;
}

.home-product .h-product .thumb {
    border: 1px solid #f1f1f1;
    padding: 2px;
    overflow: hidden;
    height: 12rem;
}

.home-product .h-product .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-product .h-product h5 {
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d7d7d7;
    font-size: 16px;
    color: #636363;
}

.home-product .h-product .h-product-item:hover .thumb {
    border: 1px solid #0D77E5;
}

.home-product .h-product .h-product-item:hover .thumb img {
    transform: scale(1.1);
}

.home-product .h-product .h-product-item:hover h5 {
    background-color: #0D77E5;
    color: #fff;
}

.home-case {
    padding: 30px 0;
    margin-bottom: 100px;
    background: url(../images/casebg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.home-case .h-case-item .h-case-img {
    height: 16rem;
}

.home-case .h-case-item .h-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-case .h-case-item p {
    margin: 0;
    text-align: center;
    line-height: 3;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-about {
    margin-bottom: 100px;
    padding: 80px 0;
    background: url(../images/aboutbg.jpg) no-repeat top center;
    background-size: cover;
}

.home-about .h-about {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.home-about .h-about-text {
    text-indent: 2rem;
}

.more {
    display: block;
    width: 140px;
    background-color: #0D77E5;
    color: #fff;
    border: 1px solid #0D77E5;
    float: right;
    text-align: center;
    line-height: 2.5;
}

.more:hover {
    background-color: transparent;
    color: #0D77E5;
}

.home-news {
    margin-bottom: 100px;
}

.home-news .h-news-body .h-news-top {
    width: 100%;
    padding: 30px;
    border: 1px solid #999;
    display: flex;
    margin-left: 0;
}

.home-news .h-news-body .h-news-top .h-news-img img {
    width: 100%;
    height: 100%;
}

.home-news .h-news-body .h-news-top .h-news-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-news .h-news-body .h-news-top .h-news-info h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .h-news-body .h-news-top .h-news-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2rem;
    text-align: justify;
}

.more3 {
    display: block;
    width: 140px;
    border: 1px solid #000;
    float: right;
    text-align: center;
    line-height: 2.5;
}

.more3:hover {
    background-color: #0D77E5;
    color: #fff;
    border: 1px solid #0D77E5;
}

.home-news .h-news-body .h-news-item {
    padding: 30px;
}

.home-news .h-news-body .h-news-item .h-news-list .h-news-date {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.home-news .h-news-body .h-news-item .h-news-list .h-news-date .d {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #0D77E5;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.home-news .h-news-body .h-news-item .h-news-list .h-news-text h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: unset;
}

.home-news .h-news-body .h-news-item .h-news-list .h-news-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2rem;
    color: #666;
    font-size: 14px;
}

.home-news .h-news-body .h-news-item .h-news-list:hover .h-news-text h4 {
    text-decoration: underline;
    color: #0D77E5;
}

.more2 {
    display: block;
    width: 160px;
    background-color: #0D77E5;
    color: #fff;
    border: 1px solid #0D77E5;
    margin: 0 auto;
    text-align: center;
    line-height: 2.5;
}

.more2:hover {
    background-color: transparent;
    color: #0D77E5;
}

.home-adv {
    padding: 60px 0;
    margin-bottom: 100px;
    background: url(../images/index_adv_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.home-adv .title h3,
.home-adv .title h2 span {
    color: #fff;
}

.home-adv .title h2 span::before,
.home-adv .title h2 span::after {
    background: #fff;
}

.home-adv .quality-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-adv .quality-item .icon {
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    transition: background .5s, color .5s;
    -moz-transition: background .5s, color .5s;
    -webkit-transition: background .5s, color .5s;
    -o-transition: background;
}

.home-adv .quality-item h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.home-adv .quality-item p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.home-adv .quality-item .icon span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ys1.png) center center no-repeat;
    background-size: cover;
    transition: background .5s, color .5s;
    -moz-transition: background .5s, color .5s;
    -webkit-transition: background .5s, color .5s;
    -o-transition: background;
}

.home-adv .quality-item .icon2 span {
    background: url(../images/ys2.png) center center no-repeat;
    background-size: cover;
}

.home-adv .quality-item .icon3 span {
    background: url(../images/ys3.png) center center no-repeat;
    background-size: cover;
}

.home-adv .quality-item .icon4 span {
    background: url(../images/ys4.png) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    header .m-head .logo img {
        max-height: 40px;
    }

    .home-slide,
    .home-product,
    .home-case,
    .home-adv,
    .home-about,
    .home-news {
        margin-bottom: 50px;
    }

    .title {
        margin-bottom: 15px;
    }

    .title h3 {
        font-size: 20px;
    }

    .title h2 span {
        font-size: 24px;
    }

    .title h2 span::before,
    .title h2 span::after {
        width: 55px;
    }

    .home-product .h-product .h-sidebar {
        margin-bottom: 15px;
    }

    .home-product .h-product .thumb {
        height: 10rem;
    }

    .home-case .h-case-item .h-case-img {
        height: 12rem;
    }

    .home-adv {
        padding: 30px 0;
    }

    .home-adv .quality-item .icon {
        width: 100px;
        height: 100px;
    }

    .home-adv .quality-item h4 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .home-adv .quality-item p {
        font-size: 12px;
    }

    .home-slide2 {
        padding-top: 70px;
    }

    .embed-messageboard-base {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home-about .h-about {
        padding: 15px;
    }

    .home-about .h-about-text {
        font-size: 14px;
    }

    .more {
        float: unset;
        margin: 0 auto;
    }

    .home-news .h-news-body .h-news-top {
        padding: 10px 0 10px 0;
    }

    .home-news .h-news-body .h-news-top .h-news-info h3 {
        font-size: 18px;
    }

    .home-news .h-news-body .h-news-top .h-news-info p {
        font-size: 14px;
    }

    .home-news .h-news-body .h-news-item {
        padding: 15px;
    }
}

/* äº§å“ä¸­å¿ƒ */
.main {
    margin-bottom: 60px;
}

.productright h1 {
    text-align: center;
    margin-bottom: 40px;
}

.productitem {
    margin-bottom: 20px;
}

.productlist {
    display: block;
    text-align: center;
    border: 1px solid #f1f1f1;
    background-color: #f6f6f6;
}

.productlist .pro-img {
    position: relative;
    overflow: hidden;
    height: 13rem;
}

.productlist .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productlist p {
    margin: 0;
    color: #555;
    line-height: 45px;
}

.productlist:hover {
    background: #1048a0;
    border: 1px solid #1048a0;
}

.productlist:hover img {
    opacity: 0.8;
}

.productlist:hover p {
    color: #fff;
}

/* .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.item_mask .item_link_icon {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px -105px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.productlist:hover .item_mask {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

.productlist:hover .item_mask .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}

.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
} */

.productlist:hover .pro-more {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pro-more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 68, 146, .7);
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pro-more i {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    font-style: normal;
    border: 1px solid #fff;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/* äº§å“è¯¦æƒ… */
/* .product-img {
    height: 300px;
} */
.product {
    margin-left: 0;
    margin-right: 0;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-text .pro_top {
    font-size: 24px;
}

.product-text .pro_top h6 {
    color: #999;
    margin-top: 10px;
}

.pro_contact {
    margin: 12px 0;
    padding: 12px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(45deg, #090979 0%, #1048a0 100%);
}

.pro_contact p {
    margin: 0;
    display: flex;
}

.pro_contact p span {
    margin-left: 10px;
}

.pro-bottom p img {
    max-width: 100%;
    height: auto;
}

.bigtit {
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-left: 5px solid #23439f;
    padding-left: 15px;
    line-height: 2.6;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #ecedef;
    color: #888;
}

.pro-list-text {
    margin: 0;
    text-indent: 2rem;
    line-height: 2;
}

.main .pagenavi {
    line-height: 2;
    display: flex;
    justify-content: space-between;
    margin: 30px calc(var(--bs-gutter-x) * .5) 30px calc(var(--bs-gutter-x) * .5);
    border-top: 1px solid #ecedef;
}

.main .pagenavi li {
    display: flex;
    align-content: center;
    margin-top: 10px;
}

.main .pagenavi li span {
    display: block;
}

.main .pagenavi a {
    display: block;
}

.listitem {
    text-align: center;
    margin-bottom: 15px;
}

.listitem p {
    line-height: 2.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

.listimg {
    height: 12rem;
    overflow: hidden;
}

.listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listitem a:hover .listimg img {
    transform: scale(1.1);
}

.listitem a:hover p {
    background-color: #1048a0;
    color: #fff;
}

.pro-news ul {
    padding: 0;
}

.pro-news ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ecedef;
    padding-right: 10px;
}

.pro-news ul li a {
    display: block;
    line-height: 2.5;
}

/* èµ°è¿›æˆ‘ä»¬ */
.aboutcontent p {
    margin: 0;
    line-height: 2;
}

.aboutcontent p img {
    max-width: 100%;
    height: auto;
}

/* è£èª‰èµ„è´¨ */
.honorcontent .honorimg {
    text-align: center;
}

.honorcontent img {
    max-width: 100%;
    height: auto;
}

.honorcontent p {
    margin: 0;
    font-weight: 700;
    font-size: 21px;
}

/* è”ç³»æˆ‘ä»¬ */
.contactcontent p {
    margin: 0;
    line-height: 2;
}

.contactcontent h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 10px 0;
}

.contactcontent .contactcenter .contactright img {
    max-height: 200px;
}

.contactcontent ul {
    margin: 0;
    padding: 0;
}

.contactcontent ul li {
    line-height: 2;
}

.contactcontent .map {
    margin-top: 10px;
}

.contactcontent .map * {
    transition: unset;
}

.supportcontent h1 {
    text-align: center;
    margin-bottom: 40px;
}

.supportcontent p {
    margin-bottom: 0;
}

.supportcontent p img {
    max-width: 100%;
    height: auto;
}

/* æ–°é—»èµ„è®¯ */
.newsrcontent .news-item {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
}

.newsrcontent .news-item .date {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    border-radius: 6px;
    line-height: 1.2;
    padding: 15px;
    margin-right: 15px;
}

.newsrcontent .news-item .date span {
    font-size: 12px;
    display: block;
    white-space: nowrap;
}

.newsrcontent .news-item .news-itemcontact h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    line-height: 2;
    color: #666;
}

.newsrcontent .news-item .news-itemcontact p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    color: #666;
}

.content p img {
    max-width: 100%;
}

.newsrcontent .news-item:hover .date {
    background-color: #1048a0;
    color: #fff;
}

.newsrcontent .news-item * {
    transition: unset;
}

.newscontent h1 {
    text-align: center;
    line-height: 1.6;
}

.newscontent h5 {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    text-align: center;
}

.newscontent .content {
    line-height: 2;
    margin: 24px 0;
}

.newscontent .content p {
    margin-bottom: 0;
}

.content_text {
    padding: 6px;
}

.content_text p {
    margin-bottom: 0;
    line-height: 2.4;
}</pre></body></html>